home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n22.arc / RECORD1.RC < prev    next >
Text File  |  1991-12-08  |  900b  |  23 lines

  1. /*----------------------------
  2.    RECORD1.RC resource script
  3.   ----------------------------*/
  4.  
  5. #include <windows.h>
  6. #include "record1.h"
  7.  
  8. Record1 DIALOG 32768, 0, 152, 74
  9.      STYLE WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_VISIBLE
  10.      CAPTION "Waveform Audio Recorder"
  11.      {
  12.      DEFPUSHBUTTON "Record"  ID_RECORD_BEG,  28,  8, 40, 14
  13.      PUSHBUTTON    "End"     ID_RECORD_END,  76,  8, 40, 14, WS_DISABLED
  14.  
  15.      PUSHBUTTON    "Play"    ID_PLAY_BEG,     8, 30, 40, 14, WS_DISABLED
  16.      PUSHBUTTON    "Pause"   ID_PLAY_PAUSE,  56, 30, 40, 14, WS_DISABLED
  17.      PUSHBUTTON    "End"     ID_PLAY_END,   104, 30, 40, 14, WS_DISABLED
  18.  
  19.      PUSHBUTTON    "Reverse" ID_PLAY_REV,     8, 52, 40, 14, WS_DISABLED
  20.      PUSHBUTTON    "Repeat"  ID_PLAY_REP,    56, 52, 40, 14, WS_DISABLED
  21.      PUSHBUTTON    "Speedup" ID_PLAY_SPEED, 104, 52, 40, 14, WS_DISABLED
  22.      }
  23.